home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960425-19960715 / 000111_news@columbia.edu _Tue May 21 15:27:30 1996.msg < prev    next >
Internet Message Format  |  1996-07-26  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id PAA15985 for <kermit.misc@watsun>; Tue, 21 May 1996 15:27:29 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id PAA12418 for kermit.misc@watsun; Tue, 21 May 1996 15:27:28 -0400 (EDT)
  4. Path: news.columbia.edu!lamont.ldeo.columbia.edu!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!citicorp.com!martinpc
  5. From: kevin.martin@citicorp.com (Kevin Martin)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Kermit 95 init for use with DEC's EDT
  8. Date: Tue, 21 May 96 14:22:51 GMT
  9. Organization: Citicorp FSA - Standard Disclaimer!
  10. Lines: 52
  11. Distribution: world
  12. Message-ID: <4nsjn7$k53@spruce.citicorp.com>
  13. NNTP-Posting-Host: martinpc.cfs.citicorp.com
  14. X-Newsreader: News Xpress Version 1.0 Beta #4
  15.  
  16.  
  17. This may be coals to Newcastle, but I finally got K95 to work with
  18. the EDT keypad (actually EVE/TPU emulating EDT), and thought I'd share.
  19. Took me a whopping ten minutes to collect all the keycodes....
  20.  
  21. I'm using the online help rather than the manual, and couldn't figure
  22. out how to invoke "keymaps," which I'm sure is the way Frank would 
  23. prefer that we do this.  :-)
  24.  
  25. Anyway, for those keys where NumLock makes a difference, I just define
  26. the key *twice.*  NumLock is now my GOLD (PF1) key; end of problems.
  27. Hope this is of some use.
  28.  
  29. ; begin KM95CUS~M.INI
  30. echo Executing \v(cmdfile) for \v(system)...
  31. set term byte 8  ; makes EVE much happier! Thanks, Frank
  32. set term keypad application
  33. set key \4496 \Kgold
  34. set key \4463 \Kpf2
  35. set key \362 \Kpf3
  36. set key \365 \Kpf4
  37. set key \292 \Kkp7
  38. set key \359 \Kkp7
  39. set key \294 \Kkp8
  40. set key \360 \Kkp8
  41. set key \289 \Kkp9
  42. set key \361 \Kkp9
  43. set key \363 \Kkpcoma
  44. set key \4365 \Kkpenter
  45. set key \293 \Kkp4
  46. set key \356 \Kkp4
  47. set key \268 \Kkp5
  48. set key \357 \Kkp5
  49. set key \295 \Kkp6
  50. set key \358 \Kkp6
  51. set key \291 \Kkp1
  52. set key \353 \Kkp1
  53. set key \296 \Kkp2
  54. set key \354 \Kkp2
  55. set key \290 \Kkp3
  56. set key \355 \Kkp3
  57. set key \352 \Kkp0
  58. set key \301 \Kkp0
  59. set key \366 \Kkpdot
  60. set key \302 \Kkpdot
  61. end ; of K95CUS~M.INI
  62.  
  63.  
  64.  
  65. --
  66. Kevin.Martin@citicorp.com
  67. I do not speak for Citibank/Citicorp.